home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Varios Español
/
Varios Español.iso
/
PMAKER65
/
archive.z
/
PPLASRK1.PPD
< prev
next >
Wrap
PostScript Printer Description
|
1995-07-13
|
37KB
|
785 lines
*PPD-Adobe: "4.2"
*% Adobe Systems PostScript(R) Printer Description File
*% Copyright 1987-1995 Adobe Systems Incorporated.
*% All Rights Reserved.
*% Permission is granted for redistribution of this file as
*% long as this copyright notice is intact and the contents
*% of the file is not altered in any way from its original form.
*% End of Copyright statement
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*%% Copyright (c) 1994-1995 Prepress Solutions, Inc., Billerica, MA 01821
*%% PrePRESS base.ppd version @(#)(1.114)
*%% PrePRESS Date: 6/5/95
*%%
*%% Adobe Systems PostScript(R) Printer Description File
*%% Copyright 1987-1993 Adobe Systems Incorporated.
*%% All Rights Reserved.
*%% Permission is granted for redistribution of this file as
*%% long as this copyright notice is intact and the contents
*%% of the file is not altered in any way from its original form.
*%% End of Copyright statement
*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*% General Information and Defaults ===============
*FormatVersion: "4.2"
*FileVersion: "1.2"
*PCFileName: "PPLASRK1.PPD"
*LanguageEncoding: ISOLatin1
*LanguageVersion: English
*Product: "(Panther)"
*PSVersion: "(2013.114) 9"
*PSVersion: "(2013.114) 8"
*PSVersion: "(2013.114) 7"
*PSVersion: "(2013.114) 6"
*PSVersion: "(2013.108) 4"
*ModelName: "Panther_LP_Kanji"
*NickName: "Kanji Panther Laser Printer"
*FreeVM: "4194304"
*LanguageLevel: "2"
*Extensions: FileSystem CMYK Composite
*ColorDevice: False
*DefaultColorSpace: Gray
*FileSystem: True
*?FileSystem: "
save false
(%os%)
{
currentdevparams dup /Writeable known {
/Writeable get {pop true} if
}{
pop
} ifelse
} 10 string /IODevice resourceforall
{(True)}{(False)} ifelse = flush
restore"
*End
*Throughput: "1"
*Password: "0"
*ExitServer: "
count 0 eq {false}{true exch startjob}ifelse not {
(WARNING : Cannot perform exitserver command.) =
(Password supplied not valid.) =
(Please contact the author of this software.) = flush
quit
} if
"
*End
*OpenUI *Resolution: PickOne
*OrderDependency: 10 AnySetup *Resolution
*DefaultResolution: 600x600dpi
*Resolution 600x600dpi: "(<</HWResolution [600 600]>> setpagedevice)cvx exec"
*?Resolution: "
save
currentpagedevice /HWResolution get 0 get
( ) cvs print (dpi) = flush
restore
"
*End
*CloseUI: *Resolution
*AccurateScreensSupport: True
*% Halftone Information ===============
*ScreenFreq: "75.0"
*ScreenAngle: "45.0"
*DefaultScreenProc: Dot
*ScreenProc Dot: "
{abs exch abs 2 copy add 1.0 gt {1.0 sub dup mul exch 1.0 sub dup mul add 1.0
sub }{dup mul exch dup mul add 1.0 exch sub }ifelse }
"
*End
*ScreenProc Line: "{ pop }"
*ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
*DefaultTransfer: Normalized
*Transfer Normalized: "{
userdict /VT_dict known {
VT_dict /VTXfer known {
VT_dict begin VTXfer end
}{
VT_dict /ChooseXfer known {
VT_dict /ChooseXfer get exec 255 mul 0.5 add cvi
VT_dict /xfer get exch get
} if
} ifelse
} if
} bind "
*End
*Transfer Normalized.Inverse: "{
userdict /VT_dict known {
VT_dict /VTXfer known {
VT_dict begin VTXfer end
}{
VT_dict /ChooseXfer known {
VT_dict /ChooseXfer get exec 255 mul 0.5 add cvi
VT_dict /xfer get exch get
} if
} ifelse
} if
1.0 exch sub
} bind "
*End
*Transfer Null: "{} "
*Transfer Null.Inverse: "{1.0 exch sub} "
*OpenUI *PP_transfer/Media setting : PickOne
*OrderDependency: 60 AnySetup *PP_transfer
*DefaultPP_transfer: 0
*PP_transfer 0/Set Transfer Function #0: "0 VT_dict/setmedia get exec"
*PP_transfer 1/Set Transfer Function #1: "1 VT_dict/setmedia get exec"
*PP_transfer 2/Set Transfer Function #2: "2 VT_dict/setmedia get exec"
*PP_transfer 3/Set Transfer Function #3: "3 VT_dict/setmedia get exec"
*PP_transfer 4/Set Transfer Function #4: "4 VT_dict/setmedia get exec"
*PP_transfer 5/Set Transfer Function #5: "5 VT_dict/setmedia get exec"
*PP_transfer 6/Set Transfer Function #6: "6 VT_dict/setmedia get exec"
*PP_transfer 7/Set Transfer Function #7: "7 VT_dict/setmedia get exec"
*PP_transfer 8/Set Transfer Function #8: "8 VT_dict/setmedia get exec"
*PP_transfer 9/Set Transfer Function #9: "9 VT_dict/setmedia get exec"
*PP_transfer 10/Set Transfer Function #10: "10 VT_dict/setmedia get exec"
*PP_transfer 11/Set Transfer Function #11: "11 VT_dict/setmedia get exec"
*PP_transfer 12/Set Transfer Function #12: "12 VT_dict/setmedia get exec"
*PP_transfer 13/Set Transfer Function #13: "13 VT_dict/setmedia get exec"
*PP_transfer 14/Set Transfer Function #14: "14 VT_dict/setmedia get exec"
*PP_transfer 15/Set Transfer Function #15: "15 VT_dict/setmedia get exec"
*?PP_transfer: "save VT_dict/getmedia get exec = flush restore"
*CloseUI: *PP_transfer
*% Paper Handling =====================
*OpenUI *PageSize: PickOne
*OrderDependency: 30 AnySetup *PageSize
*DefaultPageSize: Letter.Transverse
*PageSize Letter: "(<</PageSize [612 792]/Orientation 0>> setpagedevice)cvx exec"
*PageSize Letter.Transverse: "(<</PageSize [612 792]/Orientation 1>> setpagedevice)cvx exec"
*PageSize Letter.Extra: "(<</PageSize [684 864]/Orientation 0>> setpagedevice)cvx exec"
*PageSize Legal: "(<</PageSize [612 1008]/Orientation 0>> setpagedevice)cvx exec"
*PageSize Legal.Extra: "(<</PageSize [684 1080]/Orientation 0>> setpagedevice)cvx exec"
*PageSize Tabloid: "(<</PageSize [792 1224]/Orientation 0>> setpagedevice)cvx exec"
*PageSize Ledger: "(<</PageSize [1224 792]/Orientation 0>> setpagedevice)cvx exec"
*PageSize A4: "(<</PageSize [595 842]/Orientation 0>> setpagedevice)cvx exec"
*PageSize A4.Extra: "(<</PageSize [668 914]/Orientation 0>> setpagedevice)cvx exec"
*PageSize A5: "(<</PageSize [420 595]/Orientation 0>> setpagedevice)cvx exec"
*PageSize A5.Transverse: "(<</PageSize [420 595]/Orientation 1>> setpagedevice)cvx exec"
*PageSize A5.Extra: "(<</PageSize [492 668]/Orientation 0>> setpagedevice)cvx exec"
*PageSize A5.Extra.Transverse: "(<</PageSize [492 668]/Orientation 1>> setpagedevice)cvx exec"
*PageSize B4: "(<</PageSize [728 1032]/Orientation 0>> setpagedevice)cvx exec"
*PageSize ISOB4: "(<</PageSize [709 1001]/Orientation 0>> setpagedevice)cvx exec"
*PageSize ISOB4.Extra: "(<</PageSize [781 1073]/Orientation 0>> setpagedevice)cvx exec"
*PageSize B5: "(<</PageSize [516 729]/Orientation 0>> setpagedevice)cvx exec"
*PageSize ISOB5: "(<</PageSize [499 709]/Orientation 0>> setpagedevice)cvx exec"
*PageSize B5.Transverse: "(<</PageSize [516 729]/Orientation 1>> setpagedevice)cvx exec"
*PageSize ISOB5.Transverse: "(<</PageSize [499 709]/Orientation 1>> setpagedevice)cvx exec"
*PageSize B5.Extra: "(<</PageSize [588 801]/Orientation 0>> setpagedevice)cvx exec"
*PageSize ISOB5.Extra: "(<</PageSize [571 781]/Orientation 0>> setpagedevice)cvx exec"
*PageSize ISOB5.Extra.Transverse: "(<</PageSize [571 781]/Orientation 1>> setpagedevice)cvx exec"
*PageSize mini: "(<</PageSize [396 612]/Orientation 0>> setpagedevice)cvx exec"
*?PageSize: "
save
currentpagedevice/PageSize get aload pop
2 copy gt {exch} if (Unknown)
50 dict
dup [612 792] (Letter) put
dup [684 864] (Letter.Extra) put
dup [612 1008] (Legal) put
dup [684 1080] (Legal.Extra) put
dup [792 1224] (Tabloid) put
dup [595 842] (A4) put
dup [668 914] (A4.Extra) put
dup [420 595] (A5) put
dup [492 668] (A5.Extra) put
dup [729 1032] (B4) put
dup [709 1001] (ISOB4) put
dup [781 1073] (ISOB4.Extra) put
dup [516 729] (B5) put
dup [499 709] (ISOB5) put
dup [588 801] (B5.Extra) put
dup [571 781] (ISOB5.Extra) put
dup [396 612] (mini) put
dup [792 612] (Letter.Transverse) put
dup [792 1224] (Ledger) put
dup [595 420] (A5.Transverse) put
dup [668 492] (A5.Extra.Transverse) put
dup [729 516] (B5.Transverse) put
dup [709 499] (ISOB5.Transverse) put
dup [781 571] (ISOB5.Extra.Transverse) put
{
exch aload pop 4 index sub abs 5 le exch 5 index sub abs 5 le and {
exch pop exit
}{
pop
} ifelse
} bind forall = flush pop pop
restore
"
*End
*CloseUI: *PageSize
*% Page Region Starts here =====================
*OpenUI *PageRegion: PickOne
*OrderDependency: 40 AnySetup *PageRegion
*DefaultPageRegion: Letter.Transverse
*PageRegion Letter: "(<</PageSize [612 792]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion Letter.Transverse: "(<</PageSize [612 792]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion Letter.Extra: "(<</PageSize [684 864]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion Legal: "(<</PageSize [612 1008]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion Legal.Extra: "(<</PageSize [684 1080]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion Tabloid: "(<</PageSize [792 1224]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion Ledger: "(<</PageSize [1224 792]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion A4: "(<</PageSize [595 842]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion A4.Extra: "(<</PageSize [668 914]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion A5: "(<</PageSize [420 595]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion A5.Transverse: "(<</PageSize [420 595]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion A5.Extra: "(<</PageSize [492 668]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion A5.Extra.Transverse: "(<</PageSize [492 668]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion B4: "(<</PageSize [728 1032]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion ISOB4: "(<</PageSize [709 1001]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion ISOB4.Extra: "(<</PageSize [781 1073]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion B5: "(<</PageSize [516 729]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion ISOB5: "(<</PageSize [499 709]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion B5.Transverse: "(<</PageSize [516 729]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion ISOB5.Transverse: "(<</PageSize [499 709]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion B5.Extra: "(<</PageSize [588 801]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion ISOB5.Extra: "(<</PageSize [571 781]/Orientation 0>> setpagedevice)cvx exec"
*PageRegion ISOB5.Extra.Transverse: "(<</PageSize [571 781]/Orientation 1>> setpagedevice)cvx exec"
*PageRegion mini: "(<</PageSize [396 612]/Orientation 0>> setpagedevice)cvx exec"
*CloseUI: *PageRegion
*?ImageableArea: "
save
/cvp{16 string cvs print ( ) print}bind def
/upperright{10000 mul floor 10000 div}bind def
/lowerleft{10000 mul ceiling 10000 div}bind def
newpath clippath pathbbox
4 -2 roll exch 2 {lowerleft cvp}repeat
exch 2 {upperright cvp}repeat flush
restore
"
*End
*% ImageableArea starts here:
*DefaultImageableArea: Letter.Transverse
*ImageableArea Letter: "0 1 612 792"
*ImageableArea Letter.Transverse: "0 0 611 791"
*ImageableArea Letter.Extra: "0 1 684 864"
*ImageableArea Legal: "0 1 612 1008"
*ImageableArea Legal.Extra: " 0 1 684 1080"
*ImageableArea Tabloid: "0 1 792 1224"
*ImageableArea Ledger: "0 1 1223 791"
*ImageableArea A4: "0 1 595 842"
*ImageableArea A4.Extra: "0 1 668 914"
*ImageableArea A5: "0 1 420 595"
*ImageableArea A5.Transverse: "0 0 419 595"
*ImageableArea A5.Extra: "0 1 492 668"
*ImageableArea A5.Extra.Transverse: "0 0 491 668"
*ImageableArea B4: "0 1 729.72 1031.46"
*ImageableArea ISOB4: "0 1 709 1001"
*ImageableArea ISOB4.Extra: "0 1 781 1073"
*ImageableArea B5: "0 1 516 729"
*ImageableArea ISOB5: "0 1 499 709"
*ImageableArea B5.Transverse: "0 0 516 729"
*ImageableArea ISOB5.Transverse: "0 0 498 709"
*ImageableArea B5.Extra: "0 1 588 801"
*ImageableArea ISOB5.Extra: "0 1 571 781"
*ImageableArea ISOB5.Extra.Transverse: "0 0 570 781"
*ImageableArea mini: "0 1 396 612"
*% These provide the physical dimensions of the paper (by keyword)
*DefaultPaperDimension: Letter.Transverse
*PaperDimension Letter: "612 792 "
*PaperDimension Letter.Transverse: "612 792.1 "
*PaperDimension Letter.Extra: "684 864 "
*PaperDimension Legal: "612 1008 "
*PaperDimension Legal.Extra: "684 1080 "
*PaperDimension Tabloid: "792 1224 "
*PaperDimension Ledger: "1224 792"
*PaperDimension A4: "595 842 "
*PaperDimension A4.Extra: "668 914 "
*PaperDimension A5: "420 595 "
*PaperDimension A5.Transverse: "420 595.1 "
*PaperDimension A5.Extra: "492 668 "
*PaperDimension A5.Extra.Transverse: "492 668.1 "
*PaperDimension B4: "729.72 1031.46"
*PaperDimension ISOB4: "709 1001"
*PaperDimension ISOB4.Extra: "781 1073"
*PaperDimension B5: "516 729"
*PaperDimension ISOB5: "499 709 "
*PaperDimension B5.Transverse: "516 729.1 "
*PaperDimension ISOB5.Transverse: "499 709.1 "
*PaperDimension B5.Extra: "588 801 "
*PaperDimension ISOB5.Extra: "571 781 "
*PaperDimension ISOB5.Extra.Transverse: "571 781.1 "
*PaperDimension mini: "396 612 "
*VariablePaperSize: True
*% Width Height WidthOffset HeightOffset Orientation
*CustomPageSize True: "
5 -2 roll 2 copy 4 index 2 mod 0 eq { %% is the orientation an even number?
2 copy eq {1 add}{exch}ifelse %% if w==h, make h>w like bottom diagram of spec
} if %% else exch copies of w,h for PageSize
%% select orientation array, then use passed orientation to select new orientation
5 2 roll lt{[2 0 0 2]}{[3 3 1 1]}ifelse exch get
(<<
/Orientation 3 -1 roll
/PageSize [ 7 -2 roll ]
/PageOffset [ 9 -2 roll ]
/ImagingBBox null
>> setpagedevice) cvx exec
"
*End
*?CurrentMediaWidth: "save VT_dict/mediawidth get exec = flush restore"
*?CurrentMediaHeight: "save VT_dict/medialength get exec = flush restore"
*MaxMediaWidth: "792"
*MaxMediaHeight: "1224"
*ParamCustomPageSize Width: 1 points 1 792
*ParamCustomPageSize Height: 2 points 1 1224
*ParamCustomPageSize WidthOffset/Margins: 3 points 0 791
*ParamCustomPageSize HeightOffset: 4 points 0 1223
*ParamCustomPageSize Orientation: 5 int 0 3
*CenterRegistered: False
*DefaultOutputOrder: Normal
*RequiresPageRegion All: True
*OpenUI *InputSlot: PickOne
*OrderDependency: 20 AnySetup *InputSlot
*DefaultInputSlot: Cassette
*InputSlot Cassette: ""
*CloseUI: *InputSlot
*OpenGroup: Imagesetter
*OpenUI *MirrorPrint/Mirror: Boolean
*OrderDependency: 50 AnySetup *MirrorPrint
*DefaultMirrorPrint: False
*MirrorPrint True: "(<</MirrorPrint true>> setpagedevice)cvx exec"
*MirrorPrint False: "(<</MirrorPrint false>> setpagedevice)cvx exec"
*?MirrorPrint: "currentpagedevice/MirrorPrint get {(True)}{(False)}ifelse = flush"
*CloseUI: *MirrorPrint
*OpenUI *NegativePrint/Negative: Boolean
*OrderDependency: 50 AnySetup *NegativePrint
*DefaultNegativePrint: False
*NegativePrint True: "(<</NegativePrint true>> setpagedevice)cvx exec"
*NegativePrint False: "(<</NegativePrint false>> setpagedevice)cvx exec"
*?NegativePrint: "currentpagedevice/NegativePrint get {(True)}{(False)}ifelse = flush"
*CloseUI: *NegativePrint
*CloseGroup: Imagesetter
*% Font Information =====================
*Font Courier: Standard "(001.004)" Standard ROM
*Font Courier-Bold: Standard "(001.004)" Standard ROM
*Font Courier-BoldOblique: Standard "(001.004)" Standard ROM
*Font Courier-Oblique: Standard "(001.004)" Standard ROM
*Font Helvetica: Standard "(001.004)" Standard ROM
*Font Helvetica-Bold: Standard "(001.004)" Standard ROM
*Font Helvetica-BoldOblique: Standard "(001.004)" Standard ROM
*Font Helvetica-Oblique: Standard "(001.004)" Standard ROM
*Font Symbol: Special "(001.004)" Special ROM
*Font Times-Bold: Standard "(001.004)" Standard ROM
*Font Times-BoldItalic: Standard "(001.004)" Standard ROM
*Font Times-Italic: Standard "(001.004)" Standard ROM
*Font Times-Roman: Standard "(001.004)" Standard ROM
*Font FutoGoB101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font FutoGoB101-Bold-Add-H: JIS "(003.001)" Add Disk
*Font FutoGoB101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font FutoGoB101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font FutoGoB101-Bold-Add-V: JIS "(003.001)" Add Disk
*Font FutoGoB101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold-Ext-H: JIS "(003.001)" Ext Disk
*Font FutoGoB101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font FutoGoB101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font FutoGoB101-Bold-Ext-V: JIS "(003.001)" Ext Disk
*Font FutoGoB101-Bold-H: JIS "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold-NWP-H: JIS "(003.001)" NWP Disk
*Font FutoGoB101-Bold-NWP-V: JIS "(003.001)" NWP Disk
*Font FutoGoB101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font FutoGoB101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold-V: JIS "(003.001)" JIS-83 Disk
*Font FutoGoB101-Bold.Oubun: Special "(003.001)" Special Disk
*Font FutoGoB101-Bold.Roman: Special "(003.001)" Special Disk
*Font FutoGoB101-Bold.Roman83pv: Special "(003.001)" Special Disk
*Font FutoGoB101-Bold.WP-Symbol: Special "(003.001)" Special Disk
*Font FutoMinA101-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font FutoMinA101-Bold-Add-H: JIS "(003.001)" Add Disk
*Font FutoMinA101-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font FutoMinA101-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font FutoMinA101-Bold-Add-V: JIS "(003.001)" Add Disk
*Font FutoMinA101-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold-Ext-H: JIS "(003.001)" Ext Disk
*Font FutoMinA101-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font FutoMinA101-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font FutoMinA101-Bold-Ext-V: JIS "(003.001)" Ext Disk
*Font FutoMinA101-Bold-H: JIS "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold-NWP-H: JIS "(003.001)" NWP Disk
*Font FutoMinA101-Bold-NWP-V: JIS "(003.001)" NWP Disk
*Font FutoMinA101-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font FutoMinA101-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold-V: JIS "(003.001)" JIS-83 Disk
*Font FutoMinA101-Bold.Oubun: Special "(003.001)" Special Disk
*Font FutoMinA101-Bold.Roman: Special "(003.001)" Special Disk
*Font FutoMinA101-Bold.Roman83pv: Special "(003.001)" Special Disk
*Font FutoMinA101-Bold.WP-Symbol: Special "(003.001)" Special Disk
*Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(003.002)" 83pv Disk
*Font GothicBBB-Medium-Add-H: JIS "(003.002)" Add Disk
*Font GothicBBB-Medium-Add-RKSJ-H: RKSJ "(003.002)" Add Disk
*Font GothicBBB-Medium-Add-RKSJ-V: RKSJ "(003.002)" Add Disk
*Font GothicBBB-Medium-Add-V: JIS "(003.002)" Add Disk
*Font GothicBBB-Medium-EUC-H: EUC "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium-EUC-V: EUC "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium-Ext-H: JIS "(003.002)" Ext Disk
*Font GothicBBB-Medium-Ext-RKSJ-H: RKSJ "(003.002)" Ext Disk
*Font GothicBBB-Medium-Ext-RKSJ-V: RKSJ "(003.002)" Ext Disk
*Font GothicBBB-Medium-Ext-V: JIS "(003.002)" Ext Disk
*Font GothicBBB-Medium-H: JIS "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium-NWP-H: JIS "(003.002)" NWP Disk
*Font GothicBBB-Medium-NWP-V: JIS "(003.002)" NWP Disk
*Font GothicBBB-Medium-RKSJ-H: RKSJ "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font GothicBBB-Medium-RKSJ-V: RKSJ "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium-V: JIS "(003.002)" JIS-83 Disk
*Font GothicBBB-Medium.Oubun: Special "(003.002)" Special Disk
*Font GothicBBB-Medium.Roman: Special "(003.002)" Special Disk
*Font GothicBBB-Medium.Roman83pv: Special "(003.002)" Special Disk
*Font GothicBBB-Medium.WP-Symbol: Special "(003.002)" Special Disk
*Font Jun101-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font Jun101-Light-Add-H: JIS "(003.001)" Add Disk
*Font Jun101-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font Jun101-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font Jun101-Light-Add-V: JIS "(003.001)" Add Disk
*Font Jun101-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font Jun101-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font Jun101-Light-Ext-H: JIS "(003.001)" Ext Disk
*Font Jun101-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font Jun101-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font Jun101-Light-Ext-V: JIS "(003.001)" Ext Disk
*Font Jun101-Light-H: JIS "(003.001)" JIS-83 Disk
*Font Jun101-Light-NWP-H: JIS "(003.001)" NWP Disk
*Font Jun101-Light-NWP-V: JIS "(003.001)" NWP Disk
*Font Jun101-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font Jun101-Light-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font Jun101-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font Jun101-Light-V: JIS "(003.001)" JIS-83 Disk
*Font Jun101-Light.Oubun: Special "(003.001)" Special Disk
*Font Jun101-Light.Roman: Special "(003.001)" Special Disk
*Font Jun101-Light.Roman83pv: Special "(003.001)" Special Disk
*Font Jun101-Light.WP-Symbol: Special "(003.001)" Special Disk
*Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font Ryumin-Light-Add-H: JIS "(003.001)" Add Disk
*Font Ryumin-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font Ryumin-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font Ryumin-Light-Add-V: JIS "(003.001)" Add Disk
*Font Ryumin-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font Ryumin-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font Ryumin-Light-Ext-H: JIS "(003.001)" Ext Disk
*Font Ryumin-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font Ryumin-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font Ryumin-Light-Ext-V: JIS "(003.001)" Ext Disk
*Font Ryumin-Light-H: JIS "(003.001)" JIS-83 Disk
*Font Ryumin-Light-NWP-H: JIS "(003.001)" NWP Disk
*Font Ryumin-Light-NWP-V: JIS "(003.001)" NWP Disk
*Font Ryumin-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font Ryumin-Light-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font Ryumin-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font Ryumin-Light-V: JIS "(003.001)" JIS-83 Disk
*Font Ryumin-Light.Oubun: Special "(003.001)" Special Disk
*Font Ryumin-Light.Roman: Special "(003.001)" Special Disk
*Font Ryumin-Light.Roman83pv: Special "(003.001)" Special Disk
*Font Ryumin-Light.WP-Symbol: Special "(003.001)" Special Disk
*Font MidashiGo-MB31-83pv-RKSJ-H: RKSJ "(003.000)" 83pv Disk
*Font MidashiGo-MB31-Add-H: JIS "(003.000)" Add Disk
*Font MidashiGo-MB31-Add-RKSJ-H: RKSJ "(003.000)" Add Disk
*Font MidashiGo-MB31-Add-RKSJ-V: RKSJ "(003.000)" Add Disk
*Font MidashiGo-MB31-Add-V: JIS "(003.000)" Add Disk
*Font MidashiGo-MB31-EUC-H: EUC "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31-EUC-V: EUC "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31-Ext-H: JIS "(003.000)" Ext Disk
*Font MidashiGo-MB31-Ext-RKSJ-H: RKSJ "(003.000)" Ext Disk
*Font MidashiGo-MB31-Ext-RKSJ-V: RKSJ "(003.000)" Ext Disk
*Font MidashiGo-MB31-Ext-V: JIS "(003.000)" Ext Disk
*Font MidashiGo-MB31-H: JIS "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31-NWP-H: JIS "(003.000)" NWP Disk
*Font MidashiGo-MB31-NWP-V: JIS "(003.000)" NWP Disk
*Font MidashiGo-MB31-RKSJ-H: RKSJ "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font MidashiGo-MB31-RKSJ-V: RKSJ "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31-V: JIS "(003.000)" JIS-83 Disk
*Font MidashiGo-MB31.Oubun: Special "(003.000)" Special Disk
*Font MidashiGo-MB31.Roman: Special "(003.000)" Special Disk
*Font MidashiGo-MB31.Roman83pv: Special "(003.000)" Special Disk
*Font MidashiGo-MB31.WP-Symbol: Special "(003.000)" Special Disk
*Font MidashiMin-MA31-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font MidashiMin-MA31-Add-H: JIS "(003.001)" Add Disk
*Font MidashiMin-MA31-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font MidashiMin-MA31-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font MidashiMin-MA31-Add-V: JIS "(003.001)" Add Disk
*Font MidashiMin-MA31-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31-Ext-H: JIS "(003.001)" Ext Disk
*Font MidashiMin-MA31-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font MidashiMin-MA31-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font MidashiMin-MA31-Ext-V: JIS "(003.001)" Ext Disk
*Font MidashiMin-MA31-H: JIS "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31-NWP-H: JIS "(003.001)" NWP Disk
*Font MidashiMin-MA31-NWP-V: JIS "(003.001)" NWP Disk
*Font MidashiMin-MA31-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font MidashiMin-MA31-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31-V: JIS "(003.001)" JIS-83 Disk
*Font MidashiMin-MA31.Oubun: Special "(003.001)" Special Disk
*Font MidashiMin-MA31.Roman: Special "(003.001)" Special Disk
*Font MidashiMin-MA31.Roman83pv: Special "(003.001)" Special Disk
*Font MidashiMin-MA31.WP-Symbol: Special "(003.001)" Special Disk
*Font ShinGo-Light-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font ShinGo-Light-Add-H: JIS "(003.001)" Add Disk
*Font ShinGo-Light-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font ShinGo-Light-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font ShinGo-Light-Add-V: JIS "(003.001)" Add Disk
*Font ShinGo-Light-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Light-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Light-Ext-H: JIS "(003.001)" Ext Disk
*Font ShinGo-Light-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Light-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Light-Ext-V: JIS "(003.001)" Ext Disk
*Font ShinGo-Light-H: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Light-NWP-H: JIS "(003.001)" NWP Disk
*Font ShinGo-Light-NWP-V: JIS "(003.001)" NWP Disk
*Font ShinGo-Light-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Light-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font ShinGo-Light-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Light-V: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Light.Oubun: Special "(003.001)" Special Disk
*Font ShinGo-Light.Roman: Special "(003.001)" Special Disk
*Font ShinGo-Light.Roman83pv: Special "(003.001)" Special Disk
*Font ShinGo-Light.WP-Symbol: Special "(003.001)" Special Disk
*Font ShinGo-Medium-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font ShinGo-Medium-Add-H: JIS "(003.001)" Add Disk
*Font ShinGo-Medium-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font ShinGo-Medium-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font ShinGo-Medium-Add-V: JIS "(003.001)" Add Disk
*Font ShinGo-Medium-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Medium-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Medium-Ext-H: JIS "(003.001)" Ext Disk
*Font ShinGo-Medium-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Medium-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Medium-Ext-V: JIS "(003.001)" Ext Disk
*Font ShinGo-Medium-H: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Medium-NWP-H: JIS "(003.001)" NWP Disk
*Font ShinGo-Medium-NWP-V: JIS "(003.001)" NWP Disk
*Font ShinGo-Medium-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Medium-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font ShinGo-Medium-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Medium-V: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Medium.Oubun: Special "(003.001)" Special Disk
*Font ShinGo-Medium.Roman: Special "(003.001)" Special Disk
*Font ShinGo-Medium.Roman83pv: Special "(003.001)" Special Disk
*Font ShinGo-Medium.WP-Symbol: Special "(003.001)" Special Disk
*Font ShinGo-Bold-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font ShinGo-Bold-Add-H: JIS "(003.001)" Add Disk
*Font ShinGo-Bold-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font ShinGo-Bold-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font ShinGo-Bold-Add-V: JIS "(003.001)" Add Disk
*Font ShinGo-Bold-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Bold-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Bold-Ext-H: JIS "(003.001)" Ext Disk
*Font ShinGo-Bold-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Bold-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Bold-Ext-V: JIS "(003.001)" Ext Disk
*Font ShinGo-Bold-H: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Bold-NWP-H: JIS "(003.001)" NWP Disk
*Font ShinGo-Bold-NWP-V: JIS "(003.001)" NWP Disk
*Font ShinGo-Bold-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Bold-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font ShinGo-Bold-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Bold-V: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Bold.Oubun: Special "(003.001)" Special Disk
*Font ShinGo-Bold.Roman: Special "(003.001)" Special Disk
*Font ShinGo-Bold.Roman83pv: Special "(003.001)" Special Disk
*Font ShinGo-Bold.WP-Symbol: Special "(003.001)" Special Disk
*Font ShinGo-Ultra-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font ShinGo-Ultra-Add-H: JIS "(003.001)" Add Disk
*Font ShinGo-Ultra-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font ShinGo-Ultra-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font ShinGo-Ultra-Add-V: JIS "(003.001)" Add Disk
*Font ShinGo-Ultra-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra-Ext-H: JIS "(003.001)" Ext Disk
*Font ShinGo-Ultra-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Ultra-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font ShinGo-Ultra-Ext-V: JIS "(003.001)" Ext Disk
*Font ShinGo-Ultra-H: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra-NWP-H: JIS "(003.001)" NWP Disk
*Font ShinGo-Ultra-NWP-V: JIS "(003.001)" NWP Disk
*Font ShinGo-Ultra-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font ShinGo-Ultra-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra-V: JIS "(003.001)" JIS-83 Disk
*Font ShinGo-Ultra.Oubun: Special "(003.001)" Special Disk
*Font ShinGo-Ultra.Roman: Special "(003.001)" Special Disk
*Font ShinGo-Ultra.Roman83pv: Special "(003.001)" Special Disk
*Font ShinGo-Ultra.WP-Symbol: Special "(003.001)" Special Disk
*Font ShinseiKai-CBSK1-83pv-RKSJ-H: RKSJ "(003.001)" 83pv Disk
*Font ShinseiKai-CBSK1-Add-H: JIS "(003.001)" Add Disk
*Font ShinseiKai-CBSK1-Add-RKSJ-H: RKSJ "(003.001)" Add Disk
*Font ShinseiKai-CBSK1-Add-RKSJ-V: RKSJ "(003.001)" Add Disk
*Font ShinseiKai-CBSK1-Add-V: JIS "(003.001)" Add Disk
*Font ShinseiKai-CBSK1-EUC-H: EUC "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1-EUC-V: EUC "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1-Ext-H: JIS "(003.001)" Ext Disk
*Font ShinseiKai-CBSK1-Ext-RKSJ-H: RKSJ "(003.001)" Ext Disk
*Font ShinseiKai-CBSK1-Ext-RKSJ-V: RKSJ "(003.001)" Ext Disk
*Font ShinseiKai-CBSK1-Ext-V: JIS "(003.001)" Ext Disk
*Font ShinseiKai-CBSK1-H: JIS "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1-NWP-H: JIS "(003.001)" NWP Disk
*Font ShinseiKai-CBSK1-NWP-V: JIS "(003.001)" NWP Disk
*Font ShinseiKai-CBSK1-RKSJ-H: RKSJ "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1-RKSJ-UserGaiji: Special "(003.001)" Special Disk
*Font ShinseiKai-CBSK1-RKSJ-V: RKSJ "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1-V: JIS "(003.001)" JIS-83 Disk
*Font ShinseiKai-CBSK1.Oubun: Special "(003.001)" Special Disk
*Font ShinseiKai-CBSK1.Roman: Special "(003.001)" Special Disk
*Font ShinseiKai-CBSK1.Roman83pv: Special "(003.001)" Special Disk
*Font ShinseiKai-CBSK1.WP-Symbol: Special "(003.001)" Special Disk
*?FontQuery: "
save
{
count 1 gt {
exch dup 127 string cvs (/) print print (:) print
/Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
}{
exit
} ifelse
} bind loop
(*) = flush
restore
"
*End
*?FontList: "
save
(*) {cvn ==} 128 string /Font resourceforall
(*) = flush
restore
"
*End
*Message: "%%[ exitserver: permanent state may be changed ]%%"
*Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
*Message: "\FontName\ not found, using Courier"
*% Status (format: %%[ status: <one of these> ]%% )
*Status: "idle"
*Status: "busy"
*Status: "waiting"
*Status: "printing"
*Status: "warming up"
*Status: "PrinterError: Printer OK"
*Status: "PrinterError: Printer never accepted band"
*Status: "PrinterError: Printer Intensity Invalid"
*Status: "PrinterError: PrintXferBusy for too long"
*Status: "PrinterError: Printer not ready to write:unused"
*Status: "PrinterError: Fifo transfer took too long:DMABusy still"
*Status: "PrinterError: Printer Resolution Invalid"
*Status: "PrinterError: Failed printerstart:!BEG"
*Status: "PrinterError: Fifo transfer did not start:DMABusy still"
*Status: "PrinterError: Printer Hardware Error"
*Status: "PrinterError: Printer Disk Full"
*Status: "PrinterError: Printer Media Cassette Full"
*Status: "PrinterError: Printer No Takeup"
*Status: "PrinterError: Re-transmitting Page To Printer"
*Status: "PrinterError: Printer Line Length Invalid"
*Status: "PrinterError: Printer Busy with Previous Page"
*Status: "PrinterError: Default page being defined is too big"
*Status: "PrinterError: Printer Media Value Invalid"
*Status: "PrinterError: Printer Cover Open"
*Status: "PrinterError: Printer never was ready to start band:!STA"
*Status: "PrinterError: Proofer Error"
*Status: "PrinterError: Printer not ready;printer needs attention"
*Status: "PrinterError: Printer Paper Out"
*Status: "PrinterError: Printer Disk Error"
*Status: "PrinterError: Proofer Not Available"
*Status: "PrinterError: Program Load Error"
*Status: "PrinterError: Printer Leading Value Invalid"
*Status: "PrinterError: Printer Offline"
*Source: "AppleTalk"
*PrinterError: "Printer OK"
*PrinterError: "Printer never accepted band"
*PrinterError: "Printer Intensity Invalid"
*PrinterError: "PrintXferBusy for too long"
*PrinterError: "Printer not ready to write:unused"
*PrinterError: "Fifo transfer took too long:DMABusy still"
*PrinterError: "Printer Resolution Invalid"
*PrinterError: "Failed printerstart:!BEG"
*PrinterError: "Fifo transfer did not start:DMABusy still"
*PrinterError: "Printer Hardware Error"
*PrinterError: "Printer Disk Full"
*PrinterError: "Printer Media Cassette Full"
*PrinterError: "Printer No Takeup"
*PrinterError: "Re-transmitting Page To Printer"
*PrinterError: "Printer Line Length Invalid"
*PrinterError: "Printer Busy with Previous Page"
*PrinterError: "Default page being defined is too big"
*PrinterError: "Printer Media Value Invalid"
*PrinterError: "Printer Cover Open"
*PrinterError: "Printer never was ready to start band:!STA"
*PrinterError: "Proofer Error"
*PrinterError: "Printer not ready;printer needs attention"
*PrinterError: "Printer Paper Out"
*PrinterError: "Printer Disk Error"
*PrinterError: "Proofer Not Available"
*PrinterError: "Program Load Error"
*PrinterError: "Printer Leading Value Invalid"
*PrinterError: "Printer Offline"
*%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
*% Color Separation Information =====================
*% Accuratescreen angles/freqs added to bottom of file
*DefaultColorSep: ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi
*InkName: ProcessBlack/Process Black
*InkName: CustomColor/Custom Color
*InkName: ProcessCyan/Process Cyan
*InkName: ProcessMagenta/Process Magenta
*InkName: ProcessYellow/Process Yellow
*% For 85 lpi / 600 dpi (5,5,2,6,6,2,20/3,0) ===============================
*ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
*ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
*ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
*ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "89.4427"
*% For 71 lpi / 600 dpi =====================================================
*ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
*ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
*ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
*ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
*ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
*ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
*ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
*% The byte count of this file should be exactly 036143 or 036927
*% depending on the filesystem it resides in.
*% end of PPD file for Panther LP